how to trim white space array in php

64

remove every whitespace php -

$string = preg_replace('/\s+/', '', $string);

Comments

Submit
0 Comments